home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / Writeswell Jr. 1.0.2 Master / WSI Library Source / Gripe.c < prev    next >
C/C++ Source or Header  |  1992-04-19  |  143b  |  8 lines

  1. #include "Gripe.h"
  2.  
  3. void RealGripe( StringPtr complaint )
  4. {
  5.     ParamText( complaint, "\p", "\p", "\p" );
  6.     Alert( 128, (ProcPtr)NULL );
  7.     return;
  8. }